Skip to content

fix(deps): update firebase#243

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase
Open

fix(deps): update firebase#243
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 26, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@firebase/app (source) ^0.14.1^0.14.13 age confidence
@firebase/app-types (source) ^0.9.3^0.9.5 age confidence
firebase (source, changelog) ^12.1.0^12.14.0 age confidence
firebase-admin (source) ^13.4.0^13.10.0 age confidence
firebase-functions ^6.4.0^6.6.0 age confidence
firebase-tools ^14.12.0^14.27.0 age confidence

Release Notes

firebase/firebase-js-sdk (@​firebase/app)

v0.14.13

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.12

Compare Source

Patch Changes

v0.14.11

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.10

Compare Source

Patch Changes

v0.14.9

Compare Source

Patch Changes

v0.14.8

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.7

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.6

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.5

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.4

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.3

Compare Source

Patch Changes
  • Update SDK_VERSION.

v0.14.2

Compare Source

Patch Changes
  • Update SDK_VERSION.
firebase/firebase-js-sdk (@​firebase/app-types)

v0.9.5

Compare Source

Patch Changes

v0.9.4

Compare Source

Patch Changes
firebase/firebase-js-sdk (firebase)

v12.14.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.13.0

Minor Changes
  • f0752a0 #​9800 - Add initializeDeviceModel() method to allow explicit initialization of on-device model in hybrid mode.

  • bd08cae #​9926 - Change "beta" (public preview) tags to "public" (generally available) for all hybrid inference features.

Patch Changes
  • bd2644b #​9956 (fixes #​9938) - Fix a bug that caused ChatSession.sendMessageStream() and TemplateChatSession.sendMessageStream() to send duplicate user turns in the request.

firebase@​12.14.0

Minor Changes
  • 3b337b9 #​9917 - Add new API and deprecate old API for creating and deleting fcm registration

  • f0752a0 #​9800 - Add initializeDeviceModel() method to allow explicit initialization of on-device model in hybrid mode.

  • d5b0f61 #​9913 - Added minimum and maximum FieldValue operations

  • bd08cae #​9926 - Change "beta" (public preview) tags to "public" (generally available) for all hybrid inference features.

Patch Changes

@​firebase/firestore@​4.15.0

Minor Changes
Patch Changes
  • 85f6f4e #​9985 - Improved robustness and logging in query listen stream creation and re-creation

@​firebase/messaging@​0.13.0

Minor Changes
  • 3b337b9 #​9917 - Add new API and deprecate old API for creating and deleting fcm registration
Patch Changes
  • a1a2455 #​9916 - Fix delivery metrics Firelog flushing when BigQuery export is enabled: schedule the first flush immediately (next timer tick) instead of waiting a full LOG_INTERVAL_IN_MS, start processing only when there are queued events (so enabling export with an empty queue does not arm a day-long idle timer that blocks later stageLog flushes), and ensure staging a log starts the service when needed. When export is disabled, clear any queued events and cancel pending flush timers immediately (rather than waiting for the background loop).

  • Updated dependencies [3b337b9]:

  • @​firebase/messaging-interop-types@​0.2.5

@​firebase/app@​0.14.13

Patch Changes
  • Update SDK_VERSION.

@​firebase/app-check@​0.11.4

Patch Changes
  • d675580 #​9987 - Fix a bug where getLimitedUseToken() did not correctly get a limited use token because it did not send the limited_use param.

@​firebase/app-check-compat@​0.4.4

Patch Changes

@​firebase/app-compat@​0.5.13

Patch Changes

@​firebase/auth@​1.13.2

Patch Changes
  • 2697919 #​9845 (fixes #​9732) - Updated _isAvailable() to use retry logic for the initial IndexedDB availability check, preventing incorrect fallbacks to in-memory persistence in environments where transactions may occasionally drop on startup.

@​firebase/auth-compat@​0.6.7

Patch Changes
  • 2697919 #​9845 (fixes #​9732) - Updated _isAvailable() to use retry logic for the initial IndexedDB availability check, preventing incorrect fallbacks to in-memory persistence in environments where transactions may occasionally drop on startup.

  • Updated dependencies [2697919]:

  • @​firebase/auth@​1.13.2

@​firebase/data-connect@​0.7.1

Patch Changes
  • 51e93fc #​9936 - Eliminated the 1-minute delay before closing idle backend connections to save resources.

@​firebase/firestore-compat@​0.4.10

Patch Changes

@​firebase/functions@​0.13.5

Patch Changes

@​firebase/functions-compat@​0.4.5

Patch Changes

@​firebase/messaging-compat@​0.2.27

Patch Changes

@​firebase/messaging-interop-types@​0.2.5

Patch Changes
  • 3b337b9 #​9917 - Add new API and deprecate old API for creating and deleting fcm registration

@​firebase/remote-config@​0.8.4

Patch Changes
  • 4d3f71a #​9981 - Call update experiment when the last running experiment is stopped

@​firebase/remote-config-compat@​0.2.25

Patch Changes

v12.13.0

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/ai@​2.12.0

Minor Changes
  • ffa39f6 #​9795 - Added LiveSession.resumeSession() to allow resuming a previous LiveSession. Also added contextWindowCompression feature.

  • 86dc0db #​9819 - Added support for ImageConfig (aspect ratio and size).
    Expanded FinishReason values to include all currently available values provided by the models.

  • 345c5f6 #​9458 - AI Logic : Feature : Added support for Grounding with Google Maps.

Patch Changes

@​firebase/data-connect@​0.7.0

Minor Changes
  • 714b41d #​9905 - Hardened the Firebase SQL Connect streaming transport with intelligent reconnection, query de-duplication, and resume optimizations.
Patch Changes

firebase@​12.13.0

Minor Changes
  • ffa39f6 #​9795 - Added LiveSession.resumeSession() to allow resuming a previous LiveSession. Also added contextWindowCompression feature.

  • 714b41d #​9905 - Hardened the Firebase SQL Connect streaming transport with intelligent reconnection, query de-duplication, and resume optimizations.

  • 86dc0db #​9819 - Added support for ImageConfig (aspect ratio and size).
    Expanded FinishReason values to include all currently available values provided by the models.

  • 345c5f6 #​9458 - AI Logic : Feature : Added support for Grounding with Google Maps.

Patch Changes

@​firebase/analytics@​0.10.22

Patch Changes

@​firebase/analytics-compat@​0.2.28

Patch Changes

@​firebase/analytics-interop-types@​0.3.5

Patch Changes

@​firebase/analytics-types@​0.8.4

Patch Changes

@​firebase/app@​0.14.12

Patch Changes

@​firebase/app-check@​0.11.3

Patch Changes

@​firebase/app-check-compat@​0.4.3

Patch Changes

@​firebase/app-check-interop-types@​0.3.4

Patch Changes

@​firebase/app-check-types@​0.5.4

Patch Changes

@​firebase/app-compat@​0.5.12

Patch Changes

@​firebase/app-types@​0.9.5

Patch Changes

@​firebase/auth@​1.13.1

Patch Changes

@​firebase/auth-compat@​0.6.6

Patch Changes

@​firebase/auth-interop-types@​0.2.5

Patch Changes

@​firebase/auth-types@​0.13.1

Patch Changes

@​firebase/component@​0.7.3

Patch Changes

@​firebase/database@​1.1.3

Patch Changes

@​firebase/database-compat@​2.1.4

Patch Changes

@​firebase/database-types@​1.0.20

Patch Changes

@​firebase/firestore@​4.14.1

Patch Changes

@​firebase/firestore-compat@​0.4.9

Patch Changes

@​firebase/firestore-types@​3.0.4

Patch Changes

@​firebase/functions@​0.13.4

Patch Changes

@​firebase/functions-compat@​0.4.4

Patch Changes

@​firebase/functions-types@​0.6.4

Patch Changes

@​firebase/installations@​0.6.22

Patch Changes

@​firebase/installations-compat@​0.2.22

Patch Changes

@​firebase/installations-types@​0.5.4

Patch Changes

@​firebase/logger@​0.5.1

Patch Changes

@​firebase/messaging@​0.12.26

Patch Changes

@​firebase/messaging-compat@​0.2.26

Patch Changes

@​firebase/messaging-interop-types@​0.2.4

Patch Changes

@​firebase/performance@​0.7.12

Patch Changes

@​firebase/performance-compat@​0.2.25

Patch Changes

@​firebase/performance-types@​0.2.4

Patch Changes

@​firebase/remote-config@​0.8.3

Patch Changes

@​firebase/remote-config-compat@​0.2.24

Patch Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on tuesday and thursday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner August 26, 2025 04:30
@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 26, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
faucet Ready Ready Preview, Comment May 31, 2026 10:46pm

Request Review

@renovate renovate Bot force-pushed the renovate/firebase branch from e97130f to fcc1531 Compare August 27, 2025 03:31
@renovate renovate Bot changed the title fix(deps): update dependency firebase-tools to ^14.12.1 fix(deps): update dependency firebase-tools to ^14.13.0 Aug 27, 2025
@socket-security
Copy link
Copy Markdown

socket-security Bot commented Aug 27, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate Bot force-pushed the renovate/firebase branch from fcc1531 to 058cdd7 Compare August 27, 2025 23:51
@renovate renovate Bot changed the title fix(deps): update dependency firebase-tools to ^14.13.0 fix(deps): update dependency firebase-tools to ^14.14.0 Aug 27, 2025
@renovate renovate Bot force-pushed the renovate/firebase branch from 058cdd7 to 1f7bce0 Compare August 29, 2025 08:16
@renovate renovate Bot force-pushed the renovate/firebase branch from 1f7bce0 to 08bda6d Compare September 1, 2025 17:09
@renovate renovate Bot changed the title fix(deps): update dependency firebase-tools to ^14.14.0 fix(deps): update firebase Sep 1, 2025
@renovate renovate Bot force-pushed the renovate/firebase branch from 08bda6d to 14b8d06 Compare September 3, 2025 02:31
@renovate renovate Bot force-pushed the renovate/firebase branch from 14b8d06 to 8269a71 Compare September 3, 2025 09:21
@renovate renovate Bot force-pushed the renovate/firebase branch from 8269a71 to 20a1564 Compare September 3, 2025 14:23
@renovate renovate Bot force-pushed the renovate/firebase branch from 20a1564 to ce0eb35 Compare September 3, 2025 18:29
@renovate renovate Bot force-pushed the renovate/firebase branch from ce0eb35 to 6040b32 Compare September 4, 2025 00:12
@renovate renovate Bot force-pushed the renovate/firebase branch from 6040b32 to bc2120c Compare September 4, 2025 04:46
@renovate renovate Bot force-pushed the renovate/firebase branch from bc2120c to 4b22b11 Compare September 8, 2025 12:50
@renovate renovate Bot force-pushed the renovate/firebase branch from 4b22b11 to 3100d73 Compare September 9, 2025 11:05
@renovate renovate Bot force-pushed the renovate/firebase branch from 99f0b27 to be489eb Compare October 12, 2025 11:14
@renovate renovate Bot force-pushed the renovate/firebase branch from be489eb to 1408cfc Compare October 13, 2025 15:37
@renovate renovate Bot force-pushed the renovate/firebase branch from 1408cfc to fbcfe21 Compare October 13, 2025 22:52
@renovate renovate Bot force-pushed the renovate/firebase branch from fbcfe21 to 6457dfb Compare October 14, 2025 17:41
@renovate renovate Bot force-pushed the renovate/firebase branch from 6457dfb to fdeb784 Compare October 19, 2025 11:31
@renovate renovate Bot force-pushed the renovate/firebase branch from fdeb784 to fca698e Compare October 21, 2025 18:54
@renovate renovate Bot force-pushed the renovate/firebase branch from fca698e to 58c3d6a Compare October 22, 2025 09:12
@renovate renovate Bot force-pushed the renovate/firebase branch from 58c3d6a to c4ec487 Compare October 26, 2025 22:52
@renovate renovate Bot force-pushed the renovate/firebase branch from c4ec487 to 09b68e0 Compare October 29, 2025 01:30
@renovate renovate Bot force-pushed the renovate/firebase branch from 09b68e0 to 83a0b2a Compare October 30, 2025 05:31
@renovate renovate Bot force-pushed the renovate/firebase branch from 83a0b2a to 5a9d73f Compare November 3, 2025 20:38
@renovate renovate Bot force-pushed the renovate/firebase branch from 5a9d73f to ec78273 Compare November 5, 2025 19:57
@renovate renovate Bot force-pushed the renovate/firebase branch from ec78273 to c24c910 Compare November 6, 2025 00:11
@renovate renovate Bot force-pushed the renovate/firebase branch from c24c910 to 5123c0f Compare November 10, 2025 22:11
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants